* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w240 {
  width: 240px;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
.top {
  height: 80px;
  opacity: 1;
  background: #fff;
  box-shadow: 0px 20px 54px 0px rgba(28, 28, 28, 0.25);
  position: relative;
  z-index: 1000000;
}
.top .header {
  height: 80px;
  justify-content: space-between;
}
.top .logo {
  /* height: 54px; */
}
.top .logo img {
  height: 100%;
}
.navBar li {
  width: 102px;
  height: 80px;
  position: relative;
  margin: 0 6px;
}
.navBar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #0671cb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  z-index: 1;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li.on .tit {
  color: #fff;
}
.navBar li:hover .sub {
  height: auto;
}
.navBar li:hover .tit {
  color: #fff;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #333;
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.navBar .sub {
  position: absolute;
  top: 80px;
  left: 0;
  width: 180px;
  background: #0671cb;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.navBar .sub a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navBar .sub a:hover {
  background: #ffa200;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #114994;
}

.banner .prev,
.banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -174px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.banner .next {
  left: auto;
  right: 3%;
  background-position: -52px 5px;
}

.com-title {
  color: #1c1c1c;
  font-size: 20px;
  position: relative;
}
.com-title p,
.title p {
  background: #007eff;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}
.com-title span:last-of-type {
  color: #d9d9d9;
  font-size: 16px;
  margin-left: 10px;
}
.com-title i {
  display: block;
  flex: 1;
  height: 1px;
  background: #9c9c9c;
  margin: 0 20px;
}
.com-title .more {
  display: block;
  width: 53px;
  height: 32px;
  background: #007eff;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
}

.wrp-product {
  padding: 20px 0 10px;
  background: url('../images/com-bg.jpg') center center / cover no-repeat;
  margin-bottom: 30px;
  margin-top: 30px;
}

.wrp-section,
.wrp-partners {
  background: url('../images/bg.jpg') center center / cover no-repeat;
}

.wrp-solution {
  background: url('../images/index_12.jpg') center center / cover no-repeat;
}
.wrp-contact {
  background: url('../images/index_12.jpg') center center / cover no-repeat;
}

.product li,
.ny-product .list li {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  position: relative;
}
.product li .img,
.ny-product .list li .img {
  width: 100%;
  position: relative;
  max-height: 250px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.product li .img::before,
.ny-product .list li .img::before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 80%;
}
.product li .img img,
.ny-product .list li .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product li .mark,
.ny-product .list li .mark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.3s linear;
  background: rgba(3, 92, 209, 0.8);
  color: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
  z-index: 1000;
}
.product li .mark h3,
.ny-product .list li .mark h3 {
  font-size: 16px;
  height: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.product li .mark h3::before,
.ny-product .list li .mark h3::before {
  content: '';
  display: block;
  width: 34px;
  height: 1px;
  opacity: 1;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -17px;
}
.product li .mark .dec,
.ny-product .list li .mark .dec {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product li .mark .btn,
.ny-product .list li .mark .btn {
  display: block;
  width: 124px;
  height: 32px;
  opacity: 1;
  border: 1px solid #ffffff;
  border-radius: 17px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  margin: 45px auto 0;
}
.product li:hover .mark,
.ny-product .list li:hover .mark {
  transform: scale(1);
}
.ny-product .list {
  margin: 0 -10px;
}
.ny-product {
  margin: 0 auto 30px;
}
.product {
  margin: 0 auto 46px;
}
.product ul {
  margin: 30px -10px 0;
}
.about {
  width: 100%;
  height: 450px;
  background: url('../images/index_12.jpg') center center / cover no-repeat;
  /* background: #f0f0f0; */
  padding-top: 35px;
  box-sizing: border-box;
}
.about .left {
  color: #333;
  font-size: 16px;
  margin-right: 100px;
}
.about .left h3 {
  font-size: 20px;
  padding-left: 15px;
  background: #007eff;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
}
.about .left h3 span {
  font-size: 16px;
  margin-left: 15px;
}
.about .left .dec {
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 15px 0 60px;
}
.about .left .more {
  display: block;
  width: 76px;
  height: 34px;
  background: #007eff;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #fff;
}
.about .right {
  width: 43.75%;
  height: 339px;
  position: relative;
  margin-top: 14px;
}
.about .right::before,
.about .right::after {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: #0671cb;
  position: absolute;
  z-index: 1;
}
.about .right::before {
  left: -12px;
  bottom: -12px;
}
.about .right::after {
  top: -12px;
  right: -12px;
}
.about .right img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.title {
  color: #1c1c1c;
  font-size: 20px;
}
.title span {
  color: #d9d9d9;
  font-size: 16px;
  margin-left: 14px;
}
.section {
  margin: 0 auto 30px;
}
.section .cont {
  margin-top: 25px;
}
.section .img {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 16px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.section .img img {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}
.section .left {
  width: 404px;
  height: 330px;
  background: #124a94;
  color: #fff;
  line-height: 24px;
  position: relative;
  padding: 25px 22px 0 22px;
  box-sizing: border-box;
}
.section .left::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.section .left .info {
  position: relative;
  z-index: 10;
}
.section .left h3 {
  font-size: 16px;
}
.section .left h4 {
  font-size: 14px;
  color: #d0d0d0;
}
.section .left .dec {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 18px;
}
.section .left:hover .img {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.section .left:hover::before {
  opacity: 1;
}
.section ul li {
  width: 50%;
  height: 165px;
  background: #1461c5;
  color: #fff;
  position: relative;
  padding: 25px 22px 0 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.section ul li::before {
  content: '';
  display: block;
  width: 420px;
  height: 420px;
  background-image: linear-gradient(90deg, #000000, rgba(255, 255, 255, 0));
  border-radius: 50%;
  position: absolute;
  top: -99px;
  left: -166px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.section ul li h3 {
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.section ul li h4 {
  color: #d0d0d0;
  font-size: 14px;
  position: relative;
  z-index: 4;
}
.section ul li:nth-child(2),
.section ul li:nth-child(3) {
  background: #165bb5;
}
.section ul li:hover .img {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.section ul li:hover::before {
  opacity: 1;
}
.solution {
  margin: 0 auto 58px;
}
.solution .slideBoxSolution {
  position: relative;
}
.solution .slideBoxSolution .prev,
.solution .slideBoxSolution .next {
  width: 28px;
  height: 76px;
  opacity: 1;
  background: #1c1c1c;
  border-radius: 2px;
  text-align: center;
  line-height: 76px;
  color: #fff;
  position: absolute;
  top: 130px;
}
.solution .slideBoxSolution .prev {
  left: 0;
}
.solution .slideBoxSolution .next {
  right: 0;
}
.solution .slideBoxSolution .bd {
  width: 84.6%;
  margin: 20px auto 0;
  overflow: hidden;
}
.solution .bd li .img {
  width: 319px;
  height: 356px;
}
.solution .bd li .img img {
  width: 100%;
  height: 310px;
  display: block;
}
.solution .bd li .img a {
  display: block;
  width: 100%;
  height: 46px;
  background: #114994;
  text-align: center;
  line-height: 46px;
  color: #fff;
}
.solution .bd li .info {
  height: 285px;
  margin-top: 26px;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #666666;
  max-width: 616px;
}
.solution .bd li .info h3 {
  font-size: 16px;
  color: #333333;
  height: 38px;
  margin-bottom: 30px;
}
.solution .bd li .info h3::after {
  content: '';
  display: block;
  width: 49px;
  height: 1px;
  background: #333333;
  margin-top: 20px;
}
.solution .bd li .info .dec {
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news {
  width: 100%;
  height: 500px;
  background: #f0f0f0;
  padding-top: 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.news .com-title {
  color: #333;
  margin-bottom: 22px;
}
.news ul {
  margin: 0 -0.5%;
}
.news li {
  height: 366px;
  position: relative;
  overflow: hidden;
  width: 32%;
  margin: 0 0.5%;
}
.news li .info {
  position: absolute;
  left: 38px;
  top: 35px;
  color: #333;
  padding-right: 52px;
  z-index: 2;
  transition: all 0.3s ease;
}
.news li h3 {
  font-size: 16px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news li h3::after {
  content: '';
  display: block;
  width: 29px;
  height: 1px;
  opacity: 1;
  background: #535353;
  margin-top: 15px;
}
.news li .date {
  color: #333;
  font-size: 16px;
  margin: 10px 0 26px;
}
.news li .dec {
  color: #333;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news li .img {
  position: absolute;
  left: 38px;
  top: 240px;
  width: 307px;
  height: 110px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s ease;
}
.news li .img img {
  width: 100%;
  max-height: 100%;
}
.news li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #114994;
  transform: scale(0);
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 1;
}

.news li:hover .img {
  top: 25px;
}
.news li:hover .info {
  top: 160px;
  color: #fff;
}
.news li:hover .dec,
.news li:hover .date {
  color: #fff;
}
.news li:hover::after {
  transform: scale(1);
}
.partners ul {
  margin: 30px -8px 0;
}
.ny-news .list li a {
  display: flex;
  justify-content: space-between;
}
.partners li a {
  width: 283px;
  height: 94px;
  border: 1px solid #e3e3e3;
  margin: 0 8px 16px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.partners li img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s linear;
}
.partners li:hover img {
  transform: scale(1.1);
}
.footer-contact {
  margin: 40px auto 70px;
}

.footer-contact h3 {
  font-size: 18px;
  margin-top: 26px;
}
.footer-contact p {
  color: #666666;
  line-height: 35px;
}
.footer-contact .title p {
  color: #fff !important;
  line-height: 24px;
}
.footer-contact .title span {
  color: #d9d9d9;
}
.message {
  margin-top: 20px;
}
.message span {
  color: #000;
  font-size: 16px;
}
.message li {
  width: 408px;
  height: 42px;
  background: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 9px;
}
.message li:last-of-type {
  margin-bottom: 0;
}
.message li input {
  background: none;
  line-height: 42px;
  height: 42px;
  outline: none;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.message .textarea {
  background: #fff;
  margin-left: 12px;
  line-height: 42px;
  padding-left: 20px;
}
.message .textarea textarea {
  height: 100%;
  line-height: 42px;
  border: none;
  outline: none;
  background: none;
  padding: 0 20px;
}
.message-btn {
  width: 163px;
  height: 34px;
  opacity: 1;
  background: #114994;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
}
.footer {
  height: 55px;
  line-height: 55px;
  background: #114994;
  color: #fff;
}
.footer a {
  color: #fff;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  min-height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 16px;
  justify-content: space-between;
  margin: 20px auto;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.ny-title span {
  color: #114994;
  display: inline;
}
.sideNav {
  position: relative;
  z-index: 1000000;
  max-width: 66%;
  flex-wrap: wrap;
}
.sideNav li {
  position: relative;
  height: 26px;
  margin: 0 5px 5px;
  /* border-right: 1px solid #d3d3d3; */
}
.sideNav li:hover .tit {
  background: #114994;
  color: #fff;
}
.sideNav li:hover .sub {
  display: block;
}
.sideNav li .tit {
  display: block;
  height: 26px;
  opacity: 1;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  box-sizing: border-box;
  width: 140px;
  text-align: center;
  background: #114994;
  color: #fff;
}
.sideNav li .sub {
  position: absolute;
  left: 50%;
  top: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 2px rgba(217, 217, 217, 0.31);
  display: none;
  width: 120px;
  margin-left: -60px;
}
.sideNav li .sub a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.sideNav li .sub a:hover {
  background: #efefef;
}
.ny-service {
  margin: 0 auto 60px;
}
.ny-service .list {
  margin: 0 -12px;
}
.ny-service .list li {
  width: 280px;
  height: 314px;
  position: relative;
  margin: 0 12px 26px;
}
.ny-service .list li .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ny-service .list li .img img {
  width: 100%;
  height: 100%;
}
.ny-service .list li .mark {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #fff;
  width: 100%;
  transition: all 0.2s ease-in;
  font-size: 16px;
}
.ny-service .list li .mark p {
  position: relative;
  z-index: 3;
  padding: 0 10px;
}
.ny-service .list li .mark::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #114994;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.ny-service .list li:hover .mark {
  background: none;
}
.ny-service .list li:hover .mark::before {
  width: 100%;
}
.ny-news {
  margin: 0 auto 60px;
}
.ny-news .list li {
  height: 170px;
  padding: 20px 0;
  color: #999999;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  transition: all 0.1s ease-in;
}
.ny-news .list li .img {
  width: 307px;
  height: 130px;
  margin-right: 20px;
}
.ny-news .list li .img img {
  width: 100%;
  height: 100%;
}
.ny-news .list li .info {
  padding-right: 100px;
  box-sizing: border-box;
}
.ny-news .list li .info .name {
  color: #333333;
  font-size: 16px;
  margin-bottom: 15px;
}
.ny-news .list li .info .dec {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.ny-news .list li .date p {
  color: #d8d8d8;
  font-size: 20px;
  margin-bottom: 10px;
}
.ny-news .list li .date i {
  width: 25px;
  height: 1px;
  background: #535353;
  display: block;
  margin-top: 20px;
}
.ny-news .list li .date span {
  display: none;
}
.ny-news .list li .date span::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #535353;
  margin-left: 5px;
}
.ny-news .list li:hover {
  box-shadow: 0px 3px 51px 0px rgba(240, 240, 240, 0.9);
  padding: 20px;
}
.ny-news .list li:hover .date i {
  display: none;
}
.ny-news .list li:hover .date span {
  display: block;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #114994;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.paging li a:hover,
.paging li.on span {
  background: #114994;
  border-color: #114994;
  color: #fff;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
.ny-contact {
  padding-top: 30px;
  margin: 0 auto 60px;
}
.ny-contact h4 {
  color: #9999b3;
  font-size: 15px;
}
.ny-contact .tips {
  font-size: 14px;
}
.ny-contact .cont {
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 60px;
}
.ny-contact .left {
  width: 346px;
  line-height: 26px;
}
.ny-contact .left h4 {
  color: #9999a0;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.ny-contact .map {
  width: 508px;
  height: 269px;
}
.ny-contact .map img {
  width: 100%;
}
.ny-contact .ewm {
  text-align: center;
}
.ny-contact .ewm img {
  width: 170px;
  height: 170px;
  display: block;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
